-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wpilib] Add class to calculate robot resistance #5500
Open
calcmogul
wants to merge
1
commit into
wpilibsuite:main
Choose a base branch
from
calcmogul:wpilib-add-class-to-calculate-robot-resistance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[wpilib] Add class to calculate robot resistance #5500
calcmogul
wants to merge
1
commit into
wpilibsuite:main
from
calcmogul:wpilib-add-class-to-calculate-robot-resistance
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PeterJohnson
previously approved these changes
Aug 3, 2023
Has this been tested on a real robot to make sure the values are reasonable? Based on the discussion on #4162 i don't think it has been. |
It has not. That's what killed the PR last time. |
ohowe1
reviewed
Aug 3, 2023
wpilibj/src/main/java/edu/wpi/first/wpilibj/PowerDistribution.java
Outdated
Show resolved
Hide resolved
1f06549
to
496e7ae
Compare
496e7ae
to
d6570dd
Compare
d6570dd
to
80a5e1d
Compare
80a5e1d
to
121df22
Compare
cd024f8
to
57be9db
Compare
Tests to run would include resistance printouts for no-load and high-load cases, as well as whether it can detect wire disconnects. |
57be9db
to
b213d77
Compare
360128a
to
25d0037
Compare
25d0037
to
75b6fc8
Compare
75b6fc8
to
1b7e47e
Compare
80a06d7
to
25ef8ec
Compare
25ef8ec
to
8f2ad21
Compare
4253593
to
ad8b892
Compare
fletch3555
reviewed
Nov 8, 2024
wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/resistance/Robot.java
Outdated
Show resolved
Hide resolved
9444a79
to
693d394
Compare
693d394
to
75bb72e
Compare
75bb72e
to
1f031ed
Compare
Co-authored-by: ysthakur <[email protected]>
1f031ed
to
ba135ac
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: examples
component: wpilibc
WPILib C++
component: wpilibj
WPILib Java
state: awaiting testing
Needs testing
state: blocked
Something is blocking action.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.